home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / aqbanking / imexporters / csv / dialogs / csv_editprofile.dlg
Extensible Markup Language  |  2014-12-19  |  13KB  |  238 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <!--
  4. /***************************************************************************
  5.  copyright   : (C) 2010 by Martin Preuss
  6.  email       : martin@aqbanking.de
  7.  
  8.  ***************************************************************************
  9.  * This file is part of the project "AqBanking".                           *
  10.  * Please see toplevel file COPYING of that project for license details.   *
  11.  ***************************************************************************/
  12. -->
  13.  
  14. <dialog type="dialog" name="ab_csv_edit_profile" i18n="aqbanking"
  15.         flags="decorShrinkable decorStretchable decorMaximize decorMinimize decorClose decorMenu" >
  16.  
  17.   <widget type="vlayout" flags="fillX fillY" >
  18.  
  19.     <widget type="tabBook" name="tabBook" flags="fillX fillY" >
  20.       <widget type="tabPage" text="Generic" name="genericPage" flags="fillX fillY" >
  21.   
  22.         <widget type="vLayout" flags="fillX fillY" >
  23.   
  24.           <widget type="groupBox" text="General" flags="fillX fillY" >
  25.             <widget type="vLayout" flags="fillX fillY" >
  26.               <widget type="gridLayout" columns="2" flags="fillX" >
  27.         
  28.                 <widget type="label" text="Name" />
  29.                 <widget type="lineEdit" name="nameEdit" columns="40" rows="8" flags="fillX" />
  30.         
  31.                 <widget type="label" text="Version" />
  32.                 <widget type="lineEdit" name="versionEdit" columns="40" flags="fillX" />
  33.         
  34.                 <widget type="label" text="Short Description" />
  35.                 <widget type="lineEdit" name="shortDescrEdit" columns="40" flags="fillX" />
  36.         
  37.                 <widget type="label" text="Long Description" />
  38.                 <widget type="textEdit" name="longDescrEdit" flags="fillX fillY" />
  39.               </widget>
  40.   
  41.               <widget type="checkBox" name="importCheck" text="CSV_EditProfile|Applicable for Imports" />
  42.               <widget type="checkBox" name="exportCheck" text="CSV_EditProfile|Applicable for Exports" />
  43.             </widget>
  44.           </widget>
  45.           <widget type="vspacer" flags="fillY" />
  46.         </widget>
  47.       </widget>
  48.  
  49.       <widget type="tabPage" text="Structure" name="structurePage" flags="fillX fillY" >
  50.   
  51.         <widget type="vLayout" flags="fillX fillY" >
  52.           <widget type="groupBox" text="Structure" flags="fillX fillY" >
  53.             <widget type="vLayout" flags="fillX fillY" >
  54.               <widget type="gridLayout" columns="2" flags="fillX" >
  55.                 <widget type="label" text="Ignore Lines" />
  56.                 <widget type="spinBox" name="ignoreLinesSpin" columns="8" flags="fillX" />
  57.         
  58.                 <widget type="label" text="Column Delimiter" />
  59.                 <widget type="comboBox" name="delimiterCombo" columns="20" flags="fillX readOnly" />
  60.         
  61.                 <widget type="label" text="CSV_EditProfile|Subject" />
  62.                 <widget type="comboBox" name="subjectCombo" columns="20" flags="fillX readOnly" />
  63.               </widget>
  64.  
  65.               <widget type="checkBox" name="headerCheck" text="First Line Contains Headers" />
  66.               <widget type="checkBox" name="quoteCheck" text="Fields have Quotation Marks" />
  67.               
  68.             </widget>
  69.           </widget>
  70.     
  71.           <widget type="groupBox" text="Field Formats" flags="fillX fillY" >
  72.             <widget type="gridLayout" columns="2" flags="fillX fillY" >
  73.       
  74.               <widget type="label" text="Date Format" />
  75.               <widget type="comboBox" name="dateFormatCombo" columns="20" flags="fillX" />
  76.       
  77.               <widget type="label" text="Amount Format" />
  78.               <widget type="comboBox" name="amountFormatCombo" columns="20" flags="fillX readOnly" />
  79.             </widget>
  80.           </widget>
  81.           <widget type="vspacer" flags="fillY" />
  82.         </widget>
  83.       </widget>
  84.   
  85.   
  86.       <widget type="tabPage" text="Columns" name="columnsPage" flags="fillX fillY" >
  87.         <widget type="vLayout" flags="fillX fillY" >
  88.           <widget type="groupBox" text="Columns" flags="fillX fillY" >
  89.             <widget type="scrollArea" flags="fillX fillY" >
  90.               <widget type="gridLayout" columns="3" flags="fillX fillY" >
  91.   
  92.                 <!-- adapt DIALOG_MAX_COLUMNS in csv_editprofile.c if you change the number here -->
  93.                 <widget type="label" text="Column 1" />
  94.                 <widget type="comboBox" name="col1Combo" columns="20" flags="fillX readOnly" />
  95.                 <widget type="lineEdit" name="col1DataEdit" columns="20" flags="fillX readOnly" />
  96.   
  97.                 <widget type="label" text="Column 2" />
  98.                 <widget type="comboBox" name="col2Combo" columns="20" flags="fillX readOnly" />
  99.                 <widget type="lineEdit" name="col2DataEdit" columns="20" flags="fillX readOnly" />
  100.                 
  101.                 <widget type="label" text="Column 3" />
  102.                 <widget type="comboBox" name="col3Combo" columns="20" flags="fillX readOnly" />
  103.                 <widget type="lineEdit" name="col3DataEdit" columns="20" flags="fillX readOnly" />
  104.                 
  105.                 <widget type="label" text="Column 4" />
  106.                 <widget type="comboBox" name="col4Combo" columns="20" flags="fillX readOnly" />
  107.                 <widget type="lineEdit" name="col4DataEdit" columns="20" flags="fillX readOnly" />
  108.                 
  109.                 <widget type="label" text="Column 5" />
  110.                 <widget type="comboBox" name="col5Combo" columns="20" flags="fillX readOnly" />
  111.                 <widget type="lineEdit" name="col5DataEdit" columns="20" flags="fillX readOnly" />
  112.                 
  113.                 <widget type="label" text="Column 6" />
  114.                 <widget type="comboBox" name="col6Combo" columns="20" flags="fillX readOnly" />
  115.                 <widget type="lineEdit" name="col6DataEdit" columns="20" flags="fillX readOnly" />
  116.                 
  117.                 <widget type="label" text="Column 7" />
  118.                 <widget type="comboBox" name="col7Combo" columns="20" flags="fillX readOnly" />
  119.                 <widget type="lineEdit" name="col7DataEdit" columns="20" flags="fillX readOnly" />
  120.                 
  121.                 <widget type="label" text="Column 8" />
  122.                 <widget type="comboBox" name="col8Combo" columns="20" flags="fillX readOnly" />
  123.                 <widget type="lineEdit" name="col8DataEdit" columns="20" flags="fillX readOnly" />
  124.                 
  125.                 <widget type="label" text="Column 9" />
  126.                 <widget type="comboBox" name="col9Combo" columns="20" flags="fillX readOnly" />
  127.                 <widget type="lineEdit" name="col9DataEdit" columns="20" flags="fillX readOnly" />
  128.                 
  129.                 <widget type="label" text="Column 10" />
  130.                 <widget type="comboBox" name="col10Combo" columns="20" flags="fillX readOnly" />
  131.                 <widget type="lineEdit" name="col10DataEdit" columns="20" flags="fillX readOnly" />
  132.                 
  133.                 <widget type="label" text="Column 11" />
  134.                 <widget type="comboBox" name="col11Combo" columns="20" flags="fillX readOnly" />
  135.                 <widget type="lineEdit" name="col11DataEdit" columns="20" flags="fillX readOnly" />
  136.                 
  137.                 <widget type="label" text="Column 12" />
  138.                 <widget type="comboBox" name="col12Combo" columns="20" flags="fillX readOnly" />
  139.                 <widget type="lineEdit" name="col12DataEdit" columns="20" flags="fillX readOnly" />
  140.                 
  141.                 <widget type="label" text="Column 13" />
  142.                 <widget type="comboBox" name="col13Combo" columns="20" flags="fillX readOnly" />
  143.                 <widget type="lineEdit" name="col13DataEdit" columns="20" flags="fillX readOnly" />
  144.                 
  145.                 <widget type="label" text="Column 14" />
  146.                 <widget type="comboBox" name="col14Combo" columns="20" flags="fillX readOnly" />
  147.                 <widget type="lineEdit" name="col14DataEdit" columns="20" flags="fillX readOnly" />
  148.                 
  149.                 <widget type="label" text="Column 15" />
  150.                 <widget type="comboBox" name="col15Combo" columns="20" flags="fillX readOnly" />
  151.                 <widget type="lineEdit" name="col15DataEdit" columns="20" flags="fillX readOnly" />
  152.                 
  153.                 <widget type="label" text="Column 16" />
  154.                 <widget type="comboBox" name="col16Combo" columns="20" flags="fillX readOnly" />
  155.                 <widget type="lineEdit" name="col16DataEdit" columns="20" flags="fillX readOnly" />
  156.                 
  157.                 <widget type="label" text="Column 17" />
  158.                 <widget type="comboBox" name="col17Combo" columns="20" flags="fillX readOnly" />
  159.                 <widget type="lineEdit" name="col17DataEdit" columns="20" flags="fillX readOnly" />
  160.                 
  161.                 <widget type="label" text="Column 18" />
  162.                 <widget type="comboBox" name="col18Combo" columns="20" flags="fillX readOnly" />
  163.                 <widget type="lineEdit" name="col18DataEdit" columns="20" flags="fillX readOnly" />
  164.                 
  165.                 <widget type="label" text="Column 19" />
  166.                 <widget type="comboBox" name="col19Combo" columns="20" flags="fillX readOnly" />
  167.                 <widget type="lineEdit" name="col19DataEdit" columns="20" flags="fillX readOnly" />
  168.                 
  169.                 <widget type="label" text="Column 20" />
  170.                 <widget type="comboBox" name="col20Combo" columns="20" flags="fillX readOnly" />
  171.                 <widget type="lineEdit" name="col20DataEdit" columns="20" flags="fillX readOnly" />
  172.                 
  173.                 <widget type="label" text="Column 21" />
  174.                 <widget type="comboBox" name="col21Combo" columns="20" flags="fillX readOnly" />
  175.                 <widget type="lineEdit" name="col21DataEdit" columns="20" flags="fillX readOnly" />
  176.                 
  177.                 <widget type="label" text="Column 22" />
  178.                 <widget type="comboBox" name="col22Combo" columns="20" flags="fillX readOnly" />
  179.                 <widget type="lineEdit" name="col22DataEdit" columns="20" flags="fillX readOnly" />
  180.                 
  181.                 <widget type="label" text="Column 23" />
  182.                 <widget type="comboBox" name="col23Combo" columns="20" flags="fillX readOnly" />
  183.                 <widget type="lineEdit" name="col23DataEdit" columns="20" flags="fillX readOnly" />
  184.                 
  185.                 <widget type="label" text="Column 24" />
  186.                 <widget type="comboBox" name="col24Combo" columns="20" flags="fillX readOnly" />
  187.                 <widget type="lineEdit" name="col24DataEdit" columns="20" flags="fillX readOnly" />
  188.                 
  189.                 <widget type="label" text="Column 25" />
  190.                 <widget type="comboBox" name="col25Combo" columns="20" flags="fillX readOnly" />
  191.                 <widget type="lineEdit" name="col25DataEdit" columns="20" flags="fillX readOnly" />
  192.                 
  193.                 <widget type="label" text="Column 26" />
  194.                 <widget type="comboBox" name="col26Combo" columns="20" flags="fillX readOnly" />
  195.                 <widget type="lineEdit" name="col26DataEdit" columns="20" flags="fillX readOnly" />
  196.                 
  197.                 <widget type="label" text="Column 27" />
  198.                 <widget type="comboBox" name="col27Combo" columns="20" flags="fillX readOnly" />
  199.                 <widget type="lineEdit" name="col27DataEdit" columns="20" flags="fillX readOnly" />
  200.                 
  201.                 <widget type="label" text="Column 28" />
  202.                 <widget type="comboBox" name="col28Combo" columns="20" flags="fillX readOnly" />
  203.                 <widget type="lineEdit" name="col29DataEdit" columns="20" flags="fillX readOnly" />
  204.                 
  205.                 <widget type="label" text="Column 29" />
  206.                 <widget type="comboBox" name="col29Combo" columns="20" flags="fillX readOnly" />
  207.                 <widget type="lineEdit" name="col29DataEdit" columns="20" flags="fillX readOnly" />
  208.                 
  209.                 <widget type="label" text="Column 30" />
  210.                 <widget type="comboBox" name="col30Combo" columns="20" flags="fillX readOnly" />
  211.                 <widget type="lineEdit" name="col30DataEdit" columns="20" flags="fillX readOnly" />
  212.               </widget>
  213.             </widget>
  214.           </widget>
  215.         </widget>
  216.       </widget>
  217.     </widget>
  218.  
  219.     <widget type="vspacer" flags="fillY" />
  220.  
  221.     <widget type="hLine" flags="fillX" />
  222.     <widget type="groupBox" text="First Data Line" flags="fillX" >
  223.       <widget type="lineEdit" name="dataEdit" columns="80" flags="fillX" />
  224.     </widget>
  225.  
  226.     <!-- dialog controls -->
  227.     <widget type="hLine" flags="fillX" />
  228.     <widget type="hlayout" flags="fillX equalWidth" >
  229.       <widget type="pushButton" text="Help"     name="helpButton" />
  230.       <widget type="hspacer" flags="fillX" />
  231.       <widget type="pushButton" text="Ok"     name="okButton" />
  232.       <widget type="pushButton" text="Abort"  name="abortButton" />
  233.     </widget>
  234.  
  235.   </widget>
  236.  
  237. </dialog>
  238.